current version (Aug 12,2017)

[+] in fasm1 examples added example of MenuDemo from MASM32, SysImages from WASM

[+] in fasmg part added source of macos fasmg

[+] fasmg sources updated according to version hvvox

[-] fixed errors in dialogex & dialogitemex macros: dialogex should be 16 byte aligned, ID of dialogitemex should be dword value



current version (Aug 01,2017)

[+] in fasm1 examples added example of conditional including

[+] in fasm1 part added source of kolibri fasm

[+] in fasm1 part added includes for kolibry, they are structured in the same way
    like it is done for windows

[-] hot fix error relative to my understanding of load_libraries_structure that makes
    file unexecutable


earlier version (Jul 26,2017)

[+] migrate dialog macros from fasm1 to fasmg

[+] extending dialog macros with extended dialogs and extradata in dialogitems

[+] update macros for fasm1 for dialog resources

[+] extending fasm1 versions of dialog macros that thay could handle complex values
    such as <,>

[-] correction of examples & sources of fasm1 according to requirements of new version
    of resource macros


earlier version (Jul 24,2017)

[+] migrate menu & icon macros from fasm1 to fasmg with adaptation to new
    resource syntax


earlier version (Jul 23,2017)

[+] added includes and example for better fasmg polinome understanding


earlier version (Jul 22,2017)

[+] role of fasmw.exe in package extended: previously it was an editor with menu
    for launching fasmg, now examples,includes & sources of fasm1 added to package

[+] includes restructured, previously hierarchy based on opcodeset than by content type
    than devided by OS or bits changed: formatting & encoding macros became more general, 
    appeared opcode independent level - ABI, contents of ABI separated so that their
    subfolders create realy different ABI


earlier version (Jul 19,2017)

[+] fasmw version used in package updated to 1.71.64

[+] updated one of the most fundamental macro STRUCT.INC to proper reflect with
    PE.relocations


earlier version (Jul 17,2017)

[+] package became portable: fasmw menus now path independent.

[+] added fasmg.ini, automation scripts teached to operate with it


earlier version (Jun 30,2017)

[+] includes became crossbit - same structures and ecuates for 64 & 32 bit.

[+] updated one of the most fundamental macro LISTING.INC, previous version
    interacts with PE macros with bugs


earlier version (Jun 23,2017)

[+] common actions independent from current package folder moved to separate 
    automation scripts in utils folder.

[+] in examples of MOS6502 added example named Snake

[-] automation scripts now support paths with whitespaces and cirilic letters.


earlier version (Jun 15,2017)

[+] added control over naming fasmg output files (script detect in main source file
    special mark in comment section ";rename binary as".

[+] added postcompile actions like running compiled file or etc. (script detect in
    main source file special mark in comment section ";launch CMD line".

[+] automation scripts changed reaction for double click - they opened for editing
    instead of opening for execution.


earlier version (Jun 07,2017)

[+] package structurized: helper source texts moved to includes, removed duplicates.

[+] sources and examples now used completely same includes.

[-] fixed minor bugs in automation scripts.


earlier version (Jun 03,2017)

[+] package became manageable - main script was able to rewrite other script 
    according to current folder.

[-] fixed minor bugs in automation scripts.

[-] fasmg macros for linux grabbed from selfhost.
 

earlier version (Jun 02, 2017)

[+] created modified version of fasmw with menus for launching fasmg. 

[+] created first automation scripts that launched fasmg in different manner.

[+] colaborated examples & includes from all fasmg relative topics.